# 0 - Pre-War (He-111B)
model = {
	cost 						= 9
	buildtime					= 194
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 250
	surfacedetectioncapability	= 1
	airdetectioncapability		= 2
	surfacedefence				= 4 # + 2
	airdefence					= 1
	airattack					= 1
	strategicattack				= 4
	tacticalattack				= 1
	navalattack					= 1
	range						= 600
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
# 1 - Basic (He-111)
model = {
	cost 						= 13 # +2
	buildtime					= 198
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 400
	surfacedetectioncapability	= 1
	airdetectioncapability		= 2
	surfacedefence				= 6 # +4
	airdefence					= 5
	airattack					= 2
	strategicattack				= 7
	tacticalattack				= 2
	navalattack					= 2
	range						= 1000 # -20%
	supplyconsumption 			= 3
	fuelconsumption				= 4
}
# 2 - Improved (He-177)
model = {
	cost 						= 13 # +2
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 470
	surfacedetectioncapability	= 2
	airdetectioncapability		= 3
	surfacedefence				= 7 # +4
	airdefence					= 9
	airattack					= 4
	strategicattack				= 10
	tacticalattack				= 3
	navalattack					= 2
	range						= 2550 # -20%
	supplyconsumption 			= 3.5
	fuelconsumption				= 4.5
}
# 3 - Advanced (B-29)
model = {
	cost 						= 14 # +2
	buildtime					= 218
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 580
	surfacedetectioncapability	= 3
	airdetectioncapability		= 3
	surfacedefence				= 8 # +4
	airdefence					= 14
	airattack					= 5
	strategicattack				= 13
	tacticalattack				= 1
	navalattack					= 2
	range						= 4150 # -20%
	supplyconsumption 			= 4.5
	fuelconsumption				= 4.6
}
# 4 - Turbojet (B-47)
model = {
	cost 						= 16 # +2
	buildtime					= 224
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 950
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 10 # +4
	airdefence					= 18
	airattack					= 5
	strategicattack				= 14
	tacticalattack				= 4
	navalattack					= 2
	range						= 4000 # -20%
	supplyconsumption 			= 3
	fuelconsumption				= 5
}
# 5 - Intercontinental (B-36B)
model = {
	cost 						= 30
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 610
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 10 # +4
	airdefence					= 20
	airattack					= 10
	strategicattack				= 20
	tacticalattack				= 5
	navalattack					= 2
	range						= 10400 # -20%
	supplyconsumption 			= 3
	fuelconsumption				= 8
}
# 6 - Supersonic (B-58 and Tu-22)
model = {
	cost 						= 20
	buildtime					= 180
	defaultorganisation 		= 30
	manpower					= 2
	maxspeed					= 1400
	surfacedetectioncapability	= 4
	airdetectioncapability		= 3
	surfacedefence				= 12 # + 6
	airdefence					= 40
	airattack					= 10
	strategicattack				= 17
	tacticalattack				= 6
	navalattack					= 2
	range						= 4000 # -20%
	supplyconsumption 			= 3
	fuelconsumption				= 8
}